projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491f16a
)
(Fsubstitute_command_keys): Use make_string_from_bytes.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Mar 1998 17:59:22 +0000
(17:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Mar 1998 17:59:22 +0000
(17:59 +0000)
src/doc.c
patch
|
blob
|
history
diff --git
a/src/doc.c
b/src/doc.c
index 1923c86937a8ccc08772c437aca0fdd84c9cffed..e2b98a1dc19b859bfc03394a80450ef4395d9b9c 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-730,7
+730,7
@@
thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
}
if (changed) /* don't bother if nothing substituted */
- tem = make_
multibyte_string
(buf, nchars, bufp - buf);
+ tem = make_
string_from_bytes
(buf, nchars, bufp - buf);
else
tem = string;
xfree (buf);